home *** CD-ROM | disk | FTP | other *** search
/ Ray Dream Studio 5 / Ray Dream.iso / pc / DreamSDK / Macintosh / Samples / gel / GEL / COMGEL.r < prev    next >
Encoding:
Text File  |  1997-07-09  |  766 b   |  49 lines

  1. // Copyright (c)1995 Ray Dream, Inc. All Rights Reserved.
  2. /* $Id: COMGEL.r 1.2 1997/04/09 01:15:45 damien Exp $ */
  3.  
  4. #ifndef __TYPES.R__
  5. #include "Types.r"
  6. #endif
  7.  
  8. #ifndef __XAPI.R__
  9. #include "XApi.r"
  10. #endif
  11.  
  12. include "COMGEL.rsc";
  13.  
  14. resource 'COMP' (133) {
  15.     'gel ',
  16.     'COge',
  17.     "Star Gel",
  18.     "COM Examples",
  19.     0x30103,
  20.     "3.1.3",
  21.     "TOOLKIT Example",
  22.     9
  23. };
  24.  
  25. resource 'pMAP' (133) {
  26.     {    /* array TypeArray: 1 elements */
  27.         /* [1] */
  28.         'NBBR',
  29.         'shrt',
  30.         interpolate,
  31.         "Nb of branches",
  32.     }
  33. };
  34.  
  35. resource 'PMAP' (133) {
  36.     {    /* array TypeArray: 1 elements */
  37.         /* [1] */
  38.         'NBBR',
  39.         'shrt',
  40.     }
  41. };
  42.  
  43. data 'GUID' (133) {
  44.     $"A109 8680 3A02 101C 885F 0402 1C00 7002"            /* ôˇv`:...à_....p. */
  45.     $"CEE3 2020 7BCA 101C B801 0402 1C00 7002"            /* aáûa~˙..㸈)’¬&+ */
  46. };
  47.  
  48.  
  49.